home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / vckcashbox.sql < prev    next >
Text File  |  2000-05-12  |  332b  |  8 lines

  1. CREATE OR REPLACE VIEW VCKCASHBOX AS
  2. SELECT distinct CURSTATE.CURRENT_CASHBOX_ID,  curstate.FAREBOX_GLID, 
  3. curstate.PROBE_CONTEXT_ID  
  4. from curstate  
  5. where curstate.CURRENT_CASHBOX_ID not like '000000%' and  not exists (select  cashbox.cashbox_glID  
  6. from  cashbox where CASHBOX.CB_SERNUM = CURSTATE.CURRENT_CASHBOX_ID);
  7.   
  8.